.footer_width_set{
    width:100%;
    margin : 0 auto;
    background-color: #eee;
}
.main_title_2{
    line-height: 35px;
}

.footer_div_text_2{
    
    margin : 0 auto;
    padding:1.5% 0;
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_div_text_2 img{
    width:7rem;
    height: auto !important;
}


.main_class_2{
    width:100%;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    margin-left: 1.5rem;
    margin-right: 3rem;
    text-align: left;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 155px;
    font-family: "微軟正黑體", "sans-serif";
    line-height: 20px;
}
.main_class_3{
    
    width:35%;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    margin-left: 1.5rem;
    margin-right: 0rem;
    text-align: left;
    min-height: 135px;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 155px;
    font-family: "微軟正黑體", "sans-serif";
    line-height: 20px;
}


/* 手機版樣式 */
@media screen and (max-width: 768px) {

    /* ==================================================== footer ==================================================== */
    footer .footer-register{
        min-width: unset !important;
    }
    .footer_div_text_2{
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px !important;
        padding: 15px !important;
    }
    
    .footer_width_set {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
    
    .footer_div_text_2 img {
        max-width: 100px !important;
        height: auto !important;
        margin: 0 auto 10px !important;
        display: block !important;
    }
    
    .footer_div_text_2 .main_class_2,
    .footer_div_text_2 .main_class_3 {
        width: 100% !important;
        margin:0 !important;
    }
    
    .footer_div_text_2 .main_title_2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        text-align: center !important;
        font-weight: bold !important;
    }
    
    .footer_div_text_2 .main_content_2 {
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }
    
    footer .footer-register table {
        font-size: 10px !important;
    }
    
    footer .footer-register table td {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 10px 5px !important;
    }
    
    footer .footer-register table td:first-child {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; */
    }
    
    footer .footer-register a.cr_w {
        display: inline-block !important;
        padding: 5px !important;
        margin: 5px 0 !important;
        white-space: nowrap !important;
    }
    .footer-register > table tbody tr{
        background-color: unset !important;
        margin-bottom: 0 !important;
        border: unset !important;
    }
}

